From 3e0dfe69c98490d48b9706ec028756266a6af155 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Fri, 24 Mar 2006 12:28:58 +0100 Subject: [PATCH] Create /var/xen/dump/ during tools installation, or core files are not written even if we set (enable-dump yes) in xend-config.sxp. Signed-off-by: Akio Takebe --- tools/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/Makefile b/tools/Makefile index c2f22da959..375b5633b5 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -37,6 +37,7 @@ install: check $(MAKE) -C $$subdir $@; \ done $(MAKE) ioemuinstall + $(INSTALL_DIR) -p $(DESTDIR)/var/xen/dump clean: check_clean @set -e; for subdir in $(SUBDIRS); do \ -- 2.30.2